Release 10.1A: OpenEdge Application Server:
Developing WebSpeed Applications


set-attribute-list

This procedure accepts the value of the complete object attribute list and runs procedures to set individual attributes.

Location: web2\admweb.p

Parameters:

INPUT p-attr-list AS CHARACTER

A comma-delimited attribute list with the format name=value. Typical attributes are web-timeout, web-state, and web-timeout-handler. Other names can be used provided the getAttribute procedure exists in the target procedure to handle them.

Notes: Not all attributes are settable. Those which are a part of an event such as enable\disable (which set ENABLED on\off) or hide\view (which set HIDDEN on\off) can be queried through getAttribute, but are read-only.

Examples:

RUN set-attribute-list ("web-state=persistent, web-timeout=60"). 

See also:

available-messages


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095